C Point JavaScript Library v3.6
Copyrightâ 1999-2002 C
Point Pty Ltd
71 Williamson Road, Para Hills 5096
http://www.c-point.com c-point@c-point.com
Purpose
This script demostrates how to create "draggable"
objects.
Example
Drag parts of Antechinus to assembe the
image.
Compatibility
IE only
How to implement
1. In the <HEAD> section, add
cplib.js and
cplib.css:
<LINK
href="cplib.css"
type=text/css rel=STYLESHEET>
<SCRIPT language=JavaScript src="cplib.js"></SCRIPT>
2. In the <BODY> section,
initialize the class:
<SCRIPT
language=JavaScript>
initClassdraggable(); </SCRIPT>
3. Define your
objects as "draggable", for example:
<IMG class=draggable SRC="MyImage.jpg">
To use the C Point JavaScript Library you must be a registered user of Antechinus JavaScript Editor.